Skip to content

Conversation

@gregfromstl
Copy link
Contributor

@gregfromstl gregfromstl commented Nov 1, 2024

PR-Codex overview

This PR introduces a GitHub Actions workflow to manage stale issues and pull requests by automatically marking them as stale after 30 days of inactivity and closing them after an additional 5 days if no activity occurs.

Detailed summary

  • Created a new workflow file: .github/workflows/stale.yml
  • Defined the workflow name as 'Close stale issues and PRs'
  • Set the workflow to trigger on a scheduled cron job
  • Configured a job named stale to run on ubuntu-latest
  • Used actions/stale@v9 to manage stale issues and PRs
  • Specified messages for stale issues and PRs
  • Set days-before-stale to 30
  • Set days-before-close to 5

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented Nov 1, 2024

⚠️ No Changeset found

Latest commit: 23c5817

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 1, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@vercel
Copy link

vercel bot commented Nov 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 1:11am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 1:11am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 1:11am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 2, 2024 1:11am

@codecov
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.37%. Comparing base (8bd2a99) to head (842ea50).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5262   +/-   ##
=======================================
  Coverage   45.37%   45.37%           
=======================================
  Files        1067     1067           
  Lines       55446    55446           
  Branches     3989     3989           
=======================================
  Hits        25157    25157           
  Misses      29598    29598           
  Partials      691      691           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 8bd2a99
packages 40.41% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 43 KB (0%) 861 ms (0%) 3 s (+0.2% 🔺) 3.8 s
thirdweb (cjs) 102.88 KB (0%) 2.1 s (0%) 5.9 s (-10.54% 🔽) 8 s
thirdweb (minimal + tree-shaking) 4.84 KB (0%) 97 ms (0%) 356 ms (+116.36% 🔺) 452 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 239 ms (+56.67% 🔺) 249 ms
thirdweb/react (minimal + tree-shaking) 17 KB (0%) 341 ms (0%) 555 ms (+16.56% 🔺) 895 ms

@gregfromstl gregfromstl added the merge-queue Adds the pull request to Graphite's merge queue. label Nov 2, 2024
Copy link
Contributor Author

gregfromstl commented Nov 2, 2024

Merge activity

  • Nov 1, 8:58 PM EDT: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Nov 1, 8:58 PM EDT: A user added this pull request to the Graphite merge queue.
  • Nov 1, 9:12 PM EDT: A user merged this pull request with the Graphite merge queue.

… 5 days till closing) (#5262)

<!-- start pr-codex -->

---

## PR-Codex overview
This PR adds a GitHub Actions workflow to automatically close stale issues and pull requests after a specified period of inactivity.

### Detailed summary
- Introduced a new workflow in `.github/workflows/stale.yml` named 'Close stale issues and PRs'.
- Configured the workflow to trigger on a schedule using a cron job.
- Set the job to run on `ubuntu-latest`.
- Utilized `actions/stale@v9` for managing stale issues and PRs.
- Configured messages for stale issues and PRs.
- Defined `days-before-stale` as 30 and `days-before-close` as 5.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue Adds the pull request to Graphite's merge queue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants